home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19960425-19960715 / 000201_news@columbia.edu _Tue Jun 4 03:33:25 1996.msg < prev    next >
Internet Message Format  |  1996-07-26  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id DAA23323 for <kermit.misc@watsun>; Tue, 4 Jun 1996 03:33:24 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id DAA21674 for kermit.misc@watsun; Tue, 4 Jun 1996 03:33:22 -0400 (EDT)
  4. Path: news.columbia.edu!lamont.ldeo.columbia.edu!zombie.ncsc.mil!news.mathworks.com!news.kei.com!nntp.coast.net!news.sprintlink.net!news.onramp.net!usenet
  5. From: saleh@onramp.net (Saleh W. Igal)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Kermit arp problem
  8. Date: Tue, 04 Jun 1996 04:04:17 GMT
  9. Organization: On-Ramp; Individual Internet Connections; Dallas/Ft Worth/Houston, TX USA
  10. Lines: 34
  11. Message-ID: <31b3b0e4.8632940@news.onramp.net>
  12. NNTP-Posting-Host: stemmons68.onramp.net
  13. X-Newsreader: Forte Agent .99e/32.227
  14.  
  15. In <4ndec3$skd@epx.cis.umn.edu>, mill0440@gold.tc.umn.edu mentioned a
  16. problem with arp using Kermit's protocol stack on ODI -- I'm seeing
  17. almost exactly the same thing.
  18.  
  19. Kermit tries to arp the default gateway, but eventually claims that it
  20. can't arp resolve it and gives up.  I put a protocol analyzer on the
  21. wire, with this sequence of events:
  22.    Kermit machine:  ARP resolve 192.238.56.250
  23.    Default gateway: ARP resolution -- MAC address is XX:XX:XX:XX:XX:XX
  24.    (waits around 0.25 second)
  25.    Kermit machine:  ARP resolve 192.238.56.250
  26.    Default gateway: ARP resolution -- MAC address is XX:XX:XX:XX:XX:XX
  27.    (waits around 0.25 second)
  28.    ...
  29. a total of sixteen times.  It looks like kermit is not seeing the
  30. returned arp resolution.
  31.  
  32. I have several years experience using ODI for multiprotocol work, so I'm
  33. pretty sure that NET.CFG is configured correctly and the basics are OK.
  34. I'm using Novell TCPIP.EXE, NetManage Chameleon, Windows for Workgroups
  35. TCP32, Windows 95, and TGV Multinet VMS with no problems.
  36.  
  37. Technical details:
  38.    IBM DOS 6.1
  39.    Latest versions of LSL, 3C5X9, IPXODI, VLM
  40.    NET.CFG configured per the kermit book and readme files
  41.    Fancy VLM stuff (packet burst, packet signature...) turned off
  42.    BOOTP assignment of all parameters, using Novell DHCP.NLM
  43.    The default gateway is a firewall -- BorderWare Firewall server 3.1.1
  44.       Ping and traceroute servers are turned on
  45.  
  46. If anyone else has seen this problem, do you see any common factors?
  47. ____________________________________________________________________________
  48. Saleh W. Igal (saleh@onramp.net)